Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(0,1,x)  → f(h(x),h(x),x)
2:    h(0)  → 0
3:    h(g(x,y))  → y
There are 2 dependency pairs:
4:    F(0,1,x)  → F(h(x),h(x),x)
5:    F(0,1,x)  → H(x)
The approximated dependency graph contains one SCC: {4}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 4, 2006